home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / graph2d / functions / bsp3d.fkt < prev   
Text File  |  1995-04-29  |  229b  |  8 lines

  1. Graph2D(V1.00) Funktionsliste
  2. R(x,y)=sqrt(x^2+y^2)
  3. Gauss(x,y)=exp(-R(x,y)^2)
  4. Hut(x,y)=cos(R(x,y))-cos(3*R(x,y))/3+cos(5*R(x,y))/5+cos(7*R(x,y))/7
  5. Blob(x,y)=sin(R(x,y))/R(x,y)
  6. Wellen(x,y)=sin(x+y)
  7. Eierschachtel(x,y)=sin(x)*cos(y)
  8.